@charset "utf-8";

/* CSS Document */


/*content*/

.content {
    position: relative;
}

.in-content {
    position: relative;
    z-index: 100;
}

.in-content .title {
    text-align: center;
    position: relative;
    padding: 60px 0 40px;
    color: #2f83de;
}

.in-content .title span {
    background: #FFF;
    font-size: 40px;
    color: #0a35ab;
    padding: 0 10px;
}

.in-content .title h2 {
    font-size: 62px;
    color: rgba(222, 230, 251, 0.3);
    padding: 10px 0
}

.in-content .more {
    text-align: left;
}

.in-content .more a {
    font-size: 14px;
    text-align: center;
    width: 144px;
    height: 43px;
    color: #FFF;
    line-height: 43px;
    display: inline-block
}

.in-page1 {
    overflow: hidden;
    padding-bottom: 40px;
}

.in-page1 .title h2 {
    line-height: 0;
}

.in-page1 .slides_fl {
    position: relative;
    width: 235px;
    height: 566px;
    border: 1px solid #a0a0a0
}

.in-page1 .slides_fl .top {
    height: 55px;
    line-height: 55px;
    font-size: 21px;
    width: 237px;
    background: #0a35ab;
    color: #FFF;
    position: absolute;
    top: -1px;
    left: -1px;
}

.in-page1 .slides_fl .top span {
    width: 3px;
    height: 20px;
    background: #FFF;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 15px;
}

.in-page1 .slides_fl .level1 {
    padding: 55px 16px 0;
}

.in-page1 .slides_fl .level1 li {
    line-height: 43px;
}

.in-page1 .slides_fl .level1 li a {
    /* font-size: 17px; */
    color: #0a35ab;
    text-indent: 25px;
    width: 100%;
    background: url(../images/sliderlibg.png) no-repeat left center;
    display: block;
    border-bottom: 1px dashed #aaaaaa
}

.in-page1 .slides_fl .level1 li .level2 {
    transition: 1s eace-out;
    overflow: hidden;
    display: none;
}

.in-page1 .slides_fl .level1 li .level2.on {
    display: block
}

.in-page1 .slides_fl .level1 li .level2 li {
    line-height: 30px;
}

.in-page1 .slides_fl .level1 li .level2 li a {
    font-size: 16px;
    color: #4c4c4c;
    text-indent: 40px;
    background: none;
}

.in-page1 .slides_fr {
    width: 962px;
}

.in-page1 .slides_fr ul li {
    width: 309px;
    float: left;
    margin-left: 9px;
    border: 1px solid #949494;
    margin-bottom: 10px;
	text-align:center;
}

.in-page1 .slides_fr ul li img {
    
    height: 224px;
    display: block;
	margin:0 auto;
}

.in-page1 .slides_fr ul li a p {
    width: 309px;
    height: 53px;
    font-size: 18px;
    color: #4c4c4c;
    line-height: 53px;
    text-align: center;
}

.in-page2 {
    background: url(../images/page2bg.jpg) no-repeat top center;
    overflow: hidden;
    height: 390px;
}

.in-page2 .wrap {
    position: relative
}

.in-page2 .title {
    padding: 40px 0 25px;
}

.in-page2 .title h2 {
    padding: 0;
    line-height: 50px;
}

.in-page2 .title span {
    background: none;
    color: #FFF;
}

.in-page2 .text {
    height: 145px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color: #FFF;
}

.in-page2 .text p {
    line-height: 38px;
}

.in-page2 p.more {
    background: url(../images/morebg.png) no-repeat center center;
    height: 48px;
    text-align: center;
    font-size: 20px;
}

.in-page2 p.more a {
    display: block;
    width: 100%;
    line-height: 48px;
    text-indent: 20px;
}

.in-page3 {
    background: url(../images/page3bg.jpg) no-repeat top center;
    height: 350px;
}

.in-page3 .wrap {
    position: relative;
    overflow: hidden;
}

.in-page3 .title {
    padding: 50px 0 40px;
}

.in-page3 .title h2 {
    padding: 0;
    line-height: 30px;
}

.in-page3 .title span {
    background: none;
}

.in-page3 hr {
    width: 100%;
    height: 1px;
    background: #0a35ab;
    border: none;
}

.in-page3 .tab_top {
    text-align: center;
    width: 100%;
    margin-top: -24px;
}

.in-page3 .tab_top li {
    display: inline-block;
    color: #0a35ab;
    font-size: 24px;
    margin: 0 10px;
    line-height: 47px;
    width: 200px;
    height: 47px;
    border: 1px solid #0a35ab;
    background: #FFF;
}

.in-page3 .tab_top li.on {
    color: #FFF;
    background: #0a35ab;
}

.in-page3 .tab_top li:hover {
    color: #FFF;
    background: #0a35ab;
}

.in-page3 .tab_bottom {
    opacity: 0;
    filter: alpha(opacity=0);
    height: 0;
    overflow: hidden
}

.in-page3 .tab_bottom.on {
    opacity: 1;
    filter: alpha(opacity=1);
    height: 290px
}

.in-page3 .wrap .flexslider {
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.in-page3 .wrap .slides {
    position: relative;
    z-index: 1;
}

.in-page3 .wrap .slides li {
    position: relative;
}

.in-page3 .wrap .slides li a {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.in-page3 .wrap .slides li a img {
    width: 165px;
    height: 150px;
    display: block;
    margin: 0 auto
}

.in-page3 .flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
    display: none;
}

.in-page3 .flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.in-page3 .flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
}

.in-page3 .flex-control-nav .flex-active {
    background-position: 0 0;
}

.in-page3 .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
    line-height: 0;
    font-size: 0;
}

.in-page3 .flex-direction-nav li a {
    display: block;
    width: 51px;
    height: 51px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.in-page3 .flex-direction-nav li a.flex-prev {
    left: -50px;
    background: url(../images/pre.png) no-repeat
}

.in-page3 .flex-direction-nav li a.flex-next {
    right: -50px;
    background: url(../images/next.png) no-repeat
}

.in-page3 p.more {
    background: url(../images/morebg1.png) no-repeat center center;
    height: 48px;
    text-align: center;
    font-size: 20px;
    margin-top: 0px;
    color: #000;
}

.in-page3 p.more a {
    display: block;
    width: 100%;
    line-height: 48px;
    text-indent: 20px;
    color: #000;
}

.in-news {
    background: url(../images/page4bg.jpg) no-repeat top center;
    overflow: hidden;
    margin-bottom: 30px;
}

.in-news .title {
    padding: 20px 20px;
}

.in-news .title span {
    background: url(../images/newstitlebg.png) no-repeat center center;
    display: block;
    color: #FFF;
    width: 100%;
}

.in-news .bottom ul {
    margin: 0 -7px;
}

.in-news .bottom ul li {
    margin: 0 7px;
    float: left;
    width: 389px;
    height: 400px;
    background: url(../images/newslibg.jpg) no-repeat
}

.in-news .bottom ul li .top {
    width: 348px;
    height: 40px;
    line-height: 40px;
    padding: 30px 20px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 24px;
    color: #0a35ab;
    position: relative
}

.in-news .bottom ul li .top span {
    width: 4px;
    height: 28px;
    background: #0a35ab;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle
}

.in-news .bottom ul li .top a {
    font-size: 16px;
    color: #4c4c4c;
    position: absolute;
    right: 20px;
    top: 40px;
    height: 26px;
    border: 1px solid #e6e6e6;
    line-height: 26px;
    padding: 0 45px 0 10px;
}

.in-news .bottom ul li .top a b {
    position: absolute;
    right: -1px;
    top: -6px;
    width: 39px;
    height: 39px;
    background: #e0e8fd;
    text-align: center;
    line-height: 39px;
    font-size: 36px;
    color: #0a35ab;
    font-weight: normal
}

.in-news .bottom ul li ul {
    padding: 5px 30px;
    overflow: hidden
}

.in-news .bottom ul li ul li {
    margin: 0;
    background: none;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #d8d8d8;
   
}

.in-news .bottom ul li ul li a em {
    width: 5px;
    height: 5px;
    background: #0a35ab;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle
}